home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1995 May / cd Ware (Juegos) Epimundo.iso / WIN / VB_CTRLS / MHSAMPL.ZIP / MHSAMPLE.RC < prev    next >
Encoding:
Text File  |  1993-04-14  |  1.2 KB  |  38 lines

  1. //---------------------------------------------------------------------------
  2. // MhSample.rc
  3. //---------------------------------------------------------------------------
  4.  
  5. #include <windows.h>
  6. #include "MhSample.h"
  7.  
  8. #ifndef VERSION_INFO
  9.  
  10.     //Windows SDK includefile used for version information
  11.     #include <ver.h>
  12.  
  13.     #define vszMakeDate       "April 14 1993"
  14.     #define vszMakeVers       "Version 0414"
  15.     #define vszVersNum        "0414"
  16.     #define vszVersNumAll     "02.5000b\0"
  17.     #define vszVersNuml2      04
  18.     #define vszVersNumf2      14
  19.     #define vszCopyright      "Copyright (c) 1992-1993 MicroHelp Inc"
  20.  
  21.     #define vszCC "VBTools - MhSample Custom Control\0"
  22.     #define vszCCFile "MHSE200.VBX\0"
  23.  
  24.     //This is the actual version info that uses the above defaults
  25.     
  26.     rcinclude verinfo.rc
  27.  
  28. #endif  //VERSION_INFO endif
  29.  
  30. //---------------------------------------------------------------------------
  31. // Control resources for control model
  32. //---------------------------------------------------------------------------
  33.  
  34.      IDBMP_SAMPLEU    BITMAP  DISCARDABLE "MhSamU.bmp"
  35.      IDBMP_SAMPLED    BITMAP  DISCARDABLE "MhSamD.bmp"
  36.      IDBMP_SAMPLEMU   BITMAP  DISCARDABLE "MhSamMu.bmp"
  37.      IDBMP_SAMPLEEU   BITMAP  DISCARDABLE "MhSamMu.bmp"
  38.